DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase<TCommandImpl> Class / GetNextResultAsync Method
The cancellation token to abort the operation at any moment.

In This Topic
    GetNextResultAsync Method (C1CommandBase<TCommandImpl>)
    In This Topic
    Request to get more rows result considering the last executed command.
    Syntax
    'Declaration
     
    Protected MustOverride Function GetNextResultAsync( _
       ByVal token As CancellationToken _
    ) As Task(Of SourceTable)
    protected abstract Task<SourceTable> GetNextResultAsync( 
       CancellationToken token
    )

    Parameters

    token
    The cancellation token to abort the operation at any moment.
    See Also